home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Magazine / C_Tutorial / Part-9 / wb1 / gui.h < prev    next >
C/C++ Source or Header  |  1997-10-26  |  153b  |  10 lines

  1. #ifndef GUI_H
  2.  
  3. #define GUI_H
  4.  
  5. #include<exec/types.h>
  6.  
  7. int  openGUI(UBYTE depth, UWORD width, UWORD height, ULONG displayid);
  8. void closeGUI(void);
  9.  
  10. #endif